LightningDetails

data class LightningDetails(val paymentUrl: String?, val expiresAt: String?, val amountMilliSats: Long?)

Details specific to Bitcoin Lightning payments. Note: paymentUrl is excluded from toString() for security reasons.

Constructors

Link copied to clipboard
constructor(paymentUrl: String?, expiresAt: String?, amountMilliSats: Long?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toString(): String